func unicode.convertCase
4 uses
unicode (current package)
letter.go#L231: func convertCase(_case int, r rune, cr *CaseRange) rune {
letter.go#L256: return convertCase(_case, r, cr), true
letter.go#L382: if l := convertCase(LowerCase, r, cr); l != r {
letter.go#L385: return convertCase(UpperCase, r, cr)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |